Skip to content

Restore overwritten waMonad Aave registry entries (USDT0, WETH, USDC, AUSD, mUSD)#777

Merged
tiago-hansen merged 1 commit into
mainfrom
fix-monad-waave-registry-restore
Jul 16, 2026
Merged

Restore overwritten waMonad Aave registry entries (USDT0, WETH, USDC, AUSD, mUSD)#777
tiago-hansen merged 1 commit into
mainfrom
fix-monad-waave-registry-restore

Conversation

@tiago-hansen

Copy link
Copy Markdown
Collaborator

Problem

The six auto-generated reviews for wrapped Aave assets on Monad (issues #748#753 / PRs #754#759) each edited the same registry slot instead of appending a new key. Because the PRs were branched and merged in sequence, every PR overwrote the previous asset:

Merge order PR Token Overwrote
1 #754 waMonUSDT0
2 #755 waMonWETH USDT0
3 #756 waMonUSDC WETH
4 #757 waMonAUSD USDC
5 #758 waMonmUSD AUSD
6 #759 waMonGHO mUSD

After the batch merged, only the last entry (GHO, #759) survived in both erc4626/registry.json and rate-providers/registry.json. USDT0, WETH, USDC, AUSD and mUSD were silently dropped from the registry. (This is the same class of issue that motivated the earlier fix-registry / fix-registry2 passes.)

Fix

Restores the five missing entries in both registry files, using the exact data from each source PR (addresses, assets, review paths, upgradeableComponents).

  • Purely additive: 190 insertions, 0 deletions — GHO and all other entries are untouched.
  • All referenced review .md files already exist in the repo.
  • Verified linkage: each rate-provider's asset resolves to its wrapped ERC4626 key.

Closes the registry gap for issues #748, #749, #750, #751, #752.

… AUSD, mUSD)

The six auto-generated reviews for wrapped Aave assets on Monad (issues
#748-#753 / PRs #754-#759) each edited the SAME registry slot instead of
appending a new one, so every PR overwrote the previous asset. After the
batch merged, only the last one (GHO, #759) survived in both registry files;
USDT0, WETH, USDC, AUSD and mUSD were silently dropped.

This restores the five missing entries in erc4626/registry.json and
rate-providers/registry.json using the exact data from each source PR. GHO
and all other entries are left untouched; the change is purely additive
(190 insertions, 0 deletions). All referenced review .md files already exist
in the repo.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
@tiago-hansen
tiago-hansen requested a review from mendesfabio July 16, 2026 19:31
@tiago-hansen
tiago-hansen merged commit 0199501 into main Jul 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants